projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ac474
)
Seal GtkIMContextSimple
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:08:23 +0000
(11:08 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:08:23 +0000
(11:08 +0000)
svn path=/trunk/; revision=20606
gtk/gtkimcontextsimple.h
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextsimple.h
b/gtk/gtkimcontextsimple.h
index b596877f5ec270cd86006d9c5e391aa8f58ac665..eb26e693ff3f1d8530a765342b2f19783bf214ee 100644
(file)
--- a/
gtk/gtkimcontextsimple.h
+++ b/
gtk/gtkimcontextsimple.h
@@
-47,14
+47,14
@@
struct _GtkIMContextSimple
{
GtkIMContext object;
- GSList *
tables
;
+ GSList *
GSEAL (tables)
;
- guint
compose_buffer[GTK_MAX_COMPOSE_LEN + 1]
;
- gunichar
tentative_match
;
- gint
tentative_match_len
;
+ guint
GSEAL (compose_buffer[GTK_MAX_COMPOSE_LEN + 1])
;
+ gunichar
GSEAL (tentative_match)
;
+ gint
GSEAL (tentative_match_len)
;
- guint
in_hex_sequence : 1
;
- guint
modifiers_dropped : 1
;
+ guint
GSEAL (in_hex_sequence : 1)
;
+ guint
GSEAL (modifiers_dropped : 1)
;
};
struct _GtkIMContextSimpleClass